3.2.20 \(\int x^m \sinh ^{-1}(a x) \, dx\) [120]

Optimal. Leaf size=60 \[ \frac {x^{1+m} \sinh ^{-1}(a x)}{1+m}-\frac {a x^{2+m} \, _2F_1\left (\frac {1}{2},\frac {2+m}{2};\frac {4+m}{2};-a^2 x^2\right )}{2+3 m+m^2} \]

[Out]

x^(1+m)*arcsinh(a*x)/(1+m)-a*x^(2+m)*hypergeom([1/2, 1+1/2*m],[2+1/2*m],-a^2*x^2)/(m^2+3*m+2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 60, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {5776, 371} \begin {gather*} \frac {x^{m+1} \sinh ^{-1}(a x)}{m+1}-\frac {a x^{m+2} \, _2F_1\left (\frac {1}{2},\frac {m+2}{2};\frac {m+4}{2};-a^2 x^2\right )}{m^2+3 m+2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^m*ArcSinh[a*x],x]

[Out]

(x^(1 + m)*ArcSinh[a*x])/(1 + m) - (a*x^(2 + m)*Hypergeometric2F1[1/2, (2 + m)/2, (4 + m)/2, -(a^2*x^2)])/(2 +
 3*m + m^2)

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 5776

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[(d*x)^(m + 1)*((a + b*ArcS
inh[c*x])^n/(d*(m + 1))), x] - Dist[b*c*(n/(d*(m + 1))), Int[(d*x)^(m + 1)*((a + b*ArcSinh[c*x])^(n - 1)/Sqrt[
1 + c^2*x^2]), x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int x^m \sinh ^{-1}(a x) \, dx &=\frac {x^{1+m} \sinh ^{-1}(a x)}{1+m}-\frac {a \int \frac {x^{1+m}}{\sqrt {1+a^2 x^2}} \, dx}{1+m}\\ &=\frac {x^{1+m} \sinh ^{-1}(a x)}{1+m}-\frac {a x^{2+m} \, _2F_1\left (\frac {1}{2},\frac {2+m}{2};\frac {4+m}{2};-a^2 x^2\right )}{2+3 m+m^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 55, normalized size = 0.92 \begin {gather*} \frac {x^{1+m} \left ((2+m) \sinh ^{-1}(a x)-a x \, _2F_1\left (\frac {1}{2},\frac {2+m}{2};\frac {4+m}{2};-a^2 x^2\right )\right )}{(1+m) (2+m)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^m*ArcSinh[a*x],x]

[Out]

(x^(1 + m)*((2 + m)*ArcSinh[a*x] - a*x*Hypergeometric2F1[1/2, (2 + m)/2, (4 + m)/2, -(a^2*x^2)]))/((1 + m)*(2
+ m))

________________________________________________________________________________________

Maple [F]
time = 3.44, size = 0, normalized size = 0.00 \[\int x^{m} \arcsinh \left (a x \right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*arcsinh(a*x),x)

[Out]

int(x^m*arcsinh(a*x),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x),x, algorithm="maxima")

[Out]

-a^2*integrate(x^2*x^m/(a^2*(m + 1)*x^2 + m + 1), x) - a*integrate(x*x^m/(a^3*(m + 1)*x^3 + a*(m + 1)*x + (a^2
*(m + 1)*x^2 + m + 1)*sqrt(a^2*x^2 + 1)), x) + x*x^m*log(a*x + sqrt(a^2*x^2 + 1))/(m + 1)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x),x, algorithm="fricas")

[Out]

integral(x^m*arcsinh(a*x), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^{m} \operatorname {asinh}{\left (a x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m*asinh(a*x),x)

[Out]

Integral(x**m*asinh(a*x), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m*arcsinh(a*x),x, algorithm="giac")

[Out]

integrate(x^m*arcsinh(a*x), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int x^m\,\mathrm {asinh}\left (a\,x\right ) \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*asinh(a*x),x)

[Out]

int(x^m*asinh(a*x), x)

________________________________________________________________________________________